@screen mobile {
  .left-container {
    display: none;
  }
  .logo-container {
    display: flex;
  }
}

@screen lg {
  .logo-container {
    display: none;
  }
  .chat-width {
    width: 48rem;
  }
}

a {
  color: #fde57f;
  text-decoration: underline;
}
a:hover {
  font-weight: 500;
}

.main {
  min-height: calc(100% - 14rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 6rem 10rem;
}

.inp > input {
  width: calc(100% - 3rem);
  outline: none;
  padding: 1.25rem;
  color: white;
}

.footerInput {
  max-height: 200px;
  height: 52px;
  overflow-y: hidden;
}

.chats::-webkit-scrollbar {
  width: 0.75em;
}

.chats::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.chats::-webkit-scrollbar-thumb {
  background-color: #000000;
  outline: 1px solid slategrey;
  border-radius: 20px; /* roundness of the scroll thumb */

  border: 1px solid gray; /* creates padding around scroll thumb */
}

.chats {
  height: calc(100vh - 5rem);
  display: flex;
  flex-direction: column-reverse;
  overflow-y: scroll;
}

.jumbotron {
  padding-right: 8px !important;
}

/* .loader span {
    animation: animateDots 1.5s ease-in-out infinite;
  } */

.loader span {
  0%,
  44% {
    transform: translateY(0px);
  }
  22% {
    opacity: 0.4;
    transform: translateY(-6px);
  }
  44% {
    opacity: 0.2;
  }
}

ul,
ol {
  list-style: auto;
  padding: revert;
  margin: revert;
}
li {
  line-height: inherit;
  margin: inherit;
}

.markdown {
  all: unset;
}
.collapse {
  visibility: unset !important;
}

@media (max-width: 200px) {
  .container {
    max-width: 100% !important;
  }
}
.gen-ai-bot {
  z-index: 9999 !important;
}
.gen-ai-bot iframe {
  margin-right: 0 !important;
}
.hero {
  background-image: url("../../assets/images/background_new.jpg");
  background-size: cover;
  text-align: center;
  height: 100vh;
  margin-top: -70px;
  margin-bottom: 84px;
  padding: 15% 54px;
  position: relative;
}

.contact-us,
.our-expert-agents,
.embracing-the-power-of-ai {
  height: 50vh;
  margin-top: -100px;
}

.contact-us,
.embracing-the-power-of-ai {
  background-image: url("../../assets/images/contact-us.jpg");
}

.our-expert-agents {
  background-image: url("../../assets/images/our-expert-agents.jpg");
}

/* ul.our-expert-agents-list{
  display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
} */

.hero-content {
  color: #ffffff;
  max-width: 90%;
  width: 900px;
  text-align: center;
  border-radius: 8px;
  border: 1px solid rgba(217, 217, 217, 0.4);
  background:
    radial-gradient(
      252.03% 119.64% at 94.69% 8.61%,
      rgba(59, 61, 63, 0) 0%,
      rgba(59, 61, 63, 0.18) 79.86%
    ),
    linear-gradient(
      249deg,
      rgba(255, 255, 255, 0.12) 5.27%,
      rgba(59, 61, 63, 0.04) 51.78%
    );
  backdrop-filter: blur(20px);
  padding: 32px 32px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Inter Display", sans-serif;
  font-style: normal;
  line-height: 100%; /* 48px */
}

.hero-content h1 {
  font-size: 56px;
  line-height: 120%;
  margin-bottom: 24px;
  letter-spacing: -0.96px;
  font-weight: 400;
}
.hero-content p {
  font-weight: 400;
  letter-spacing: 0px;
}
.hero-content a {
  display: block;
  font-size: 20px;
  line-height: 120%;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 24px;
}

.hero-content a:hover {
  color: #ffffff;
  text-decoration: underline;
}

nav.bg-white {
  /* background-color:rgba(0,2,39,0.92)!important;
			background: linear-gradient(180deg, rgba(0, 2, 39, 0.75) 22.24%, rgba(0, 2, 39, 0.70) 68.57%)!important;
	backdrop-filter: blur(10px); */
  background-color: #3b3d3fbf !important;
  backdrop-filter: blur(15px);
}

/* .homefirstpage  nav.bg-white{

		background: linear-gradient(180deg, rgba(0, 2, 39, 0.45) 22.24%, rgba(0, 2, 39, 0.34) 68.57%)!important;
} */

.navbar-brand {
  margin-right: 0px;
}

.navbar-toggler {
  padding: 0px;
}

.navbar-light .navbar-nav .nav-link {
  color: #ffffff;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #ffffff;
  font-weight: bold;
}

.navbar-nav .nav-link {
  padding: 0px !important;
}

@media (max-width: 768px) {
  .hero {
    height: 70vh;
  }
}

@media (max-width: 450px) {
  .hero-content h1 {
    font-size: 32px;
    line-height: 120%;
    font-weight: 100;
    margin-bottom: 24px;
  }
}
.bg-purple-light {
  background-color: #f9f5ff;
}

.text-purple {
  color: #6941c6;
}

.bg-green {
  background-color: #12b76a !important;
}
.user {
  min-width: 64px;
  margin-right: 16px;
}

* {
  font-family: Inter, sans-serif !important;
}

/* Buttons */
.btn {
  background-color: transparent;
  border-width: 1px;
  border-color: transparent;
  display: inline-block;
  line-height: 20px;
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 0.25rem;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}
.btn:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.btn:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    0 1px 3px #0000001a,
    0 1px 2px #0000000f;
  box-shadow:
    var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));
}
.btn:disabled {
  cursor: default;
  opacity: 0.75;
}
.btn-dark {
  background-color: #3b3d3f;
  border-color: #3b3d3f;
  color: #f5f5f5;
}
.btn-dark:hover {
  background-color: #767576;
  border-color: #767576;
}
.btn-primary {
  background-color: #fad141;
  border-color: #3b3d3f;
  color: #414651;
}
.btn-primary:hover {
  background-color: #f8cd0ec0 !important;
  border-color: #767576;
  color: #414651;
}
.btn-primary:active {
  background-color: #000;
  border-color: #000;
}
.btn-secondary {
  background-color: #fff;
  border-color: #d0d5dd;
  color: #414651;
}
.btn-secondary:hover {
  color: #120a0a !important;
  background-color: #8d8989 !important;
  border-color: #767576;
}
.btn-tertiary {
  background-color: #fff;
  color: #0076a0;
}
.btn-warning {
  background-color: #fad141;
  color: #3b3d3f;
}
.btn-warning:hover {
  background-color: #fde57f;
}
.btn-tiles {
  background-color: #e0eef3;
  border-color: #e0eef3;
  padding: 0.6rem 2rem 0.6rem 0.6rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.25rem;
  border-width: 0px;
  font-size: 0.75rem;
}
.step-one + .btn-tiles.webform-actions,
.step-one + input + .btn-tiles.webform-actions {
  justify-content: flex-end;
}
.btn-tiles.redesign:hover {
  background-color: #e0eef3;
  border-color: #e0eef3;
  text-decoration: none;
  cursor: default;
}
.btn-tiles i {
  position: absolute;
  right: 1rem;
}
.animate-btn {
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
  z-index: 1;
}
.animate-btn:after {
  content: "";
  z-index: -2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.animate-btn:before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 0px;
  content: "";
  transition: all 0.3s;
  z-index: -1;
}
.animate-btn:hover:before {
  width: 100%;
}
.animate-btn-warning:before {
  background-color: #fcdb60;
}
.animate-btn-primary:before {
  background-color: #767576;
}

/*Article CSS*/
.article {
  display: flex;
  padding: 20px;
  align-items: center;
  gap: 16px;
  border-radius: 4px;
  border: 1px solid #d5d7da;
}
.article-gradient {
  background: var(--Ai, linear-gradient(83deg, #fafafa 85.26%, #ffd200 99.5%));
}
.article-image {
  width: 176px;
  flex-shrink: 0;
  align-self: stretch;
}

.article-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  flex: 1 0 0;
}
.article-heading {
  color: var(--Gray-900, #181d27);
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px; /* 126.667% */
}
.article-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

/* new codes*/
/* Share Icon Tooltip Styles */
.share-container {
  position: relative;
  display: inline-block;
}

.share-icon {
  cursor: pointer;
}

.tooltip-wrapper {
  position: absolute;
  top: -48px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
  pointer-events: none;
  z-index: 10;
  white-space: nowrap;
}

.tooltip-wrapper img {
  width: auto;
  height: auto;
  min-width: 178px;
  min-height: 34px;
}

.share-container:hover .tooltip-wrapper {
  opacity: 1;
  visibility: visible;
}

/* --- Figma buttons (exact look) --- */
.figma-btn {
  border-radius: 0.5rem; /* 8px */
  border: 1px solid #d5d7da;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family:
    Inter,
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Arial,
    sans-serif;
  transition:
    background 150ms ease,
    border-color 150ms ease,
    box-shadow 150ms ease,
    transform 80ms ease;
}

/* Save button */
.figma-save-btn {
  padding: 10px 16px;
  gap: 12px;
}

.btn-highlight {
  background: linear-gradient(78deg, #fff 75.37%, #ffd200 100%);
}

.figma-save-btn .label {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #414651;
}
.figma-save-btn .icon {
  width: 11.67px;
  height: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
/* .figma-save-btn:hover {
  background: linear-gradient(78deg, #fff 75.37%, #ffd200 100%);
} */
.figma-save-btn:active {
  transform: scale(0.98);
}

/* Share icon button */
.figma-share-btn {
  width: 44px;
  padding: 0;
}
.figma-share-btn .share-icon {
  /* width: 20px;
  height: 20px; */
}
.figma-share-btn:hover {
  background: #f9fafb;
}
.figma-share-btn:active {
  transform: scale(0.98);
}

/* Tooltip */
.share-container {
  position: relative;
  display: inline-flex;
}
.tooltip-wrapper {
  position: absolute;
  top: -52px;
  left: -15px;
  /* right: -10px; */
  opacity: 0;
  transform: translateY(6px);
  transition: all 150ms ease;
  pointer-events: none;
  z-index: 20;
  background: var(--sds-color-background-default-default);

  /* Drop Shadow/200 */
  box-shadow:
    var(--sds-size-depth-0) var(--sds-size-depth-025) var(--sds-size-depth-100)
      var(--sds-size-depth-0) var(--sds-color-black-200),
    var(--sds-size-depth-0) var(--sds-size-depth-025) var(--sds-size-depth-100)
      var(--sds-size-depth-0) var(--sds-color-black-100);
}
.tooltip-bubble {
  background: #fff;
  border: 1px solid #d5d7da;
  border-radius: 10px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;

  font-size: 12px;
  font-weight: 400;
  color: #111827;
  box-shadow: 0 2px 10px rgba(10, 13, 18, 0.08);
  white-space: nowrap;
}
.tooltip-arrow {
  position: absolute;
  right: 100px;
  top: calc(100% - 1px);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  filter: drop-shadow(0 1px 0 #d5d7da);
}
.share-container:hover .tooltip-wrapper,
.share-container:focus-within .tooltip-wrapper {
  opacity: 1;
  transform: translateY(0);
}

.email-label {
  display: none;
}

.emailMeArticle:hover .email-label {
  display: inline;
}
a.text-dark:hover {
  color: #212529 !important;
}

.excerpt {
  color: #a4a7ae;
  font-weight: 400;
}

/* Default text-muted everywhere = gray */
.text-muted {
  color: #a4a7ae !important;
  font-weight: 400;
}

/* Only the second small.text-muted (date) = black */
div > small.text-muted:last-of-type {
  color: #3b3d3f !important;
  font-weight: 600;
}

/* Keep anchor text-muted gray */
a.text-muted {
  color: #a4a7ae !important;
  font-weight: 400;
}

.mb-3.d-flex.align-items-center {
  align-items: flex-start !important;
}

.mb-3.d-flex .col-md-4 {
  padding-right: 0.625rem;
}

.mb-3.d-flex .col-md-4 img {
  width: 100%;
  height: 7.5rem;
  object-fit: cover;
  display: block;
}

.mb-3.d-flex {
  gap: 0.625rem;
}
.col-md-6 .mb-3 {
  margin-bottom: 0.875rem !important;
}
.row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.col-md-6 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/* Sparkle AI css */

.animated-border-box, .animated-border-box-glow{
  /* max-height: 200px;
  max-width: 250px; */
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden; 
  z-index: 0;
  /* Border Radius */
	border-radius: 10px;
}

.animated-border-box-glow{
  overflow: hidden;
  /* Glow Blur */
  filter: blur(20px);
}

.animated-border-box:before, .animated-border-box-glow:before {
  content: '';
  z-index: -2;
  text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(0deg);
  position: absolute;
	width: 99999px;
	height: 99999px;
	background-repeat: no-repeat;
	background-position: 0 0;
  /*border color, change middle color*/
	background-image: conic-gradient(rgba(0,0,0,0), #FAD141, rgba(0,0,0,0) 25%);
  /* change speed here */
	animation: rotate 4s linear 2,
             fadeOut 0.4s ease 8s forwards;
}

.animated-border-box:after {
	content: '';
	position: absolute;
	z-index: -1;
  /* border width */
	left: 5px;
	top: 5px;
  /* double the px from the border width left */
	width: calc(100% - 10px);
	height: calc(100% - 10px);
  /*bg color*/
	background: #fff;
  /*box border radius*/
	border-radius: 7px;
}

@keyframes rotate {
	100% {
		transform: translate(-50%, -50%) rotate(1turn);
	}
}

@keyframes fadeOut {
  to { opacity: 0; }
}
